Uses of Package
org.eclipse.vtp.framework.common.commands

Packages that use org.eclipse.vtp.framework.common.commands
org.eclipse.vtp.framework.common.commands   
org.eclipse.vtp.framework.engine.http   
 

Classes in org.eclipse.vtp.framework.common.commands used by org.eclipse.vtp.framework.common.commands
ControllerCommand
          Base class for forward, include, and exit commands.
ExitCommand
          A command that terminates an included process and returns control to the originating process.
ForwardCommand
          A command that tells the process engine to terminate the current process and pass control to another process.
IncludeCommand
          A command that tells the process engine to suspend the current process and pass control to another process, resuming the current process when the target process completes.
 

Classes in org.eclipse.vtp.framework.common.commands used by org.eclipse.vtp.framework.engine.http
ExitCommand
          A command that terminates an included process and returns control to the originating process.
ForwardCommand
          A command that tells the process engine to terminate the current process and pass control to another process.
IControllerCommandVisitor
          A visitor capable of handling forward, include, and exit commands.
IncludeCommand
          A command that tells the process engine to suspend the current process and pass control to another process, resuming the current process when the target process completes.